Use R as mnemonic for the Credits button to avoid duplicate. (#163465,
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Jan 2005 15:30:01 +0000 (15:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 13 Jan 2005 15:30:01 +0000 (15:30 +0000)
2005-01-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
for the Credits button to avoid duplicate.  (#163465, Tim-Philipp
Müller)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkaboutdialog.c

index f78dc16cb2a88e664c7d4b9b3eac8e8b770ece32..7597505ec9a6a147aa1ec6cfb174da6091cd86cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
+       for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
+       Müller)
+       
        * configure.in: Add an OS_LINUX conditional.
 
        * gdk/Makefile.am (TESTS):
index f78dc16cb2a88e664c7d4b9b3eac8e8b770ece32..7597505ec9a6a147aa1ec6cfb174da6091cd86cf 100644 (file)
@@ -1,5 +1,9 @@
 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
+       for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
+       Müller)
+       
        * configure.in: Add an OS_LINUX conditional.
 
        * gdk/Makefile.am (TESTS):
index f78dc16cb2a88e664c7d4b9b3eac8e8b770ece32..7597505ec9a6a147aa1ec6cfb174da6091cd86cf 100644 (file)
@@ -1,5 +1,9 @@
 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
+       for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
+       Müller)
+       
        * configure.in: Add an OS_LINUX conditional.
 
        * gdk/Makefile.am (TESTS):
index c9f640fd55e6d507570a6ba2845ab8e908c5ccdb..46289a246ec925413b1695e466cb835c9a6d20e1 100644 (file)
@@ -479,7 +479,7 @@ gtk_about_dialog_init (GtkAboutDialog *about)
   gtk_dialog_set_default_response (GTK_DIALOG (about), GTK_RESPONSE_CLOSE);
 
   /* Add the credits button */
-  button = gtk_button_new_from_stock (_("_Credits"));
+  button = gtk_button_new_from_stock (_("C_redits"));
   gtk_box_pack_end (GTK_BOX (GTK_DIALOG (about)->action_area), 
                    button, FALSE, TRUE, 0); 
   gtk_button_box_set_child_secondary (GTK_BUTTON_BOX (GTK_DIALOG (about)->action_area), button, TRUE);